home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
DCLAP 6d
/
dclap6d
/
DBio
/
DSeqPict.h
< prev
next >
Wrap
Text File
|
1996-07-05
|
389b
|
23 lines
//DSeqPict.h
// d.g.gilbert, 1995
#ifndef _DSEQPICT_
#define _DSEQPICT_
#include <dgg.h>
class DWindow;
class DRichView;
enum { kNucCodesID = 11883, kAminoCodesID };
void CodePicture( DWindow* aDoc, char* data, ulong datalen,
short pixwidth, short pixheight, DRichView* itsView = NULL);
void NucCodesPicture();
void AminoCodesPicture();
void AboutSeqPupPicture();
#endif